From: Dan Nicolaescu Date: Fri, 7 Aug 2009 05:46:34 +0000 (+0000) Subject: (syms_of_print): Undo previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11210 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f3c35095367aebdf0bbaf4a1c8fccafc572ba040;p=emacs.git (syms_of_print): Undo previous change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 39d3d51b6b2..582ced20dce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-08-07 Dan Nicolaescu + + * print.c (syms_of_print): Undo previous change. + 2009-08-05 Teodor Zlatanov * lread.c (read1, syms_of_lread): Read hashtables back from the diff --git a/src/print.c b/src/print.c index ce63b63acd3..4a990f1cabb 100644 --- a/src/print.c +++ b/src/print.c @@ -2418,8 +2418,6 @@ that represents the number without losing information. */); Qfloat_output_format = intern ("float-output-format"); staticpro (&Qfloat_output_format); - Fprovide (intern ("hashtable-print-readable"), Qnil); - DEFVAR_LISP ("print-length", &Vprint_length, doc: /* Maximum length of list to print before abbreviating. A value of nil means no limit. See also `eval-expression-print-length'. */);